* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    font-weight: 400;
    /* font-family: "Microsoft Yahei" !important; */
    font-family: "宋体",'SimSun' !important;
}

p {
    margin-bottom: 0 
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.main_header {
    width: 1280px;
    height: 100px;
    background: #fff;
    margin: 0 auto;
}
.header_icon_index,.header_icon_menu{
    display: none;
    width: 21px;
    height: 18px;
}
@media screen and (max-width:750px){
    .main_header {
        width: 100%;
        height: 50px;
        background: #CA1C1D;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .header_icon_index,.header_icon_menu{
        display: block;
    }
    #form9{
        display: none;
    }
    .header_right{
        display: none;
    }
    .main_logo_content{
        display: none;
    }
    .main_hot{
        display: none;
    }
    .main_banner{
        display: none;
    }
    .header_icon{
        display: block;
        width: 21px;
        height: 18px;
    }
}

.header_left {
    float: left;
    margin: 28px 130px 0 140px;
}
.header_left>img {
    width: 305px;
    height: 45px;
}
@media screen and (max-width:750px){
    
    .header_left {
        margin: 0;
        width: 41%;
    }
    .header_left>img {
        width: 100%;
        height: 22.5px;
    }

    #list tr{
        font-size: 12px !important;
        display: flex !important;
        justify-content: space-around;
    }
    #list tr td>a{
        width: 200px !important;
    }
    #list tr .search_createTime{
        height: 24px;
        line-height: 24px;
    }
    #list table{
        width: 100% !important;
        margin-left: 0 !important;
    }
}



.header_seach {
    margin: auto 0;
    display: flex;
    justify-content: center;
    width: 174px;
    height: 24px;
    border-radius: 12px;
    position: relative;
}
/* 搜索框 */
#form9{
    float: left;
    height: 100px;
    position: relative;
}
#form9 .header_seach{
    margin-top: 38px;
    height: 100px;
}
#form9 .header_seach .header_seach_input{
    width: 174px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 15px;
}

#form9 .pic{
    position: absolute;
    top: 38px;
    left: 205px;
}

.header_seach_input {
    width: 174px;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px #999999 solid;
    border-radius: 12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -ms-border-radius:12px;
    -o-border-radius:12px;
}

.header_seach>input:focus {
    outline: none;
}

.header_seach>input::-webkit-input-placeholder {
    position: relative;
    left: 14px;
    color: #999999;
    font-size: 12px;
}

.header_seach_img {
    position: absolute;
    top: 6px;
    right: 12px;
    height: 13px;
    width: 13px;
}

.header_right {
    float: left;
    margin-left: 50px;
}
.header_right>.header_right_l{
    float: left;
    height: 100px;
    padding-top: 26px;
    box-sizing: border-box;
}
.header_right>.header_right_l .wyxzs span{
    font-size: 14px;
    color: #666;
}

.header_right>.header_right_l>p:nth-child(2) {
    margin-top: 16px;
}

.header_right>.header_right_l>p>img {
    width: 16px;
    height: 16px;
    margin: -2px 0;
}

.header_right>.header_right_l>p>span {
    font-size: 14px;
    color: #666;
}

.header_right>.header_right_c {
    float: left;
    width: 42px;
    height: 42px;
    margin: 28px 12px 28px 24px;
}

.header_right>.header_right_r {
    float: left;
    height: 42px;
    margin-top: 24px;
    font-size: 18px;
    color: #C52020;
    font-weight: 700;
}


.main_nav {
    background: #C7A271;
}

.main_nav>ul {
    width: 1000px;
    margin: 0 auto;
    height: 60px;
    background: #C7A271;
}

@media screen and (max-width:750px){
    .main_nav {
        display: none;
        width: 100%;
        height: auto;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        z-index: 200;
        border-bottom: 3px solid #CA1C1D;
    }
    .content>.introduce>.list>li>table{
        width: 100% !important;
    }
    .mobile_nav .mobile_nav{
        display: block;
    }
    .main_nav>ul{
        width: 100%;
        height: auto;
        background: #FFF;
    }
    .content>.introduce>.list>li>p>img{
        width: 100% !important;
        height:auto !important;
    }
    .content>.introduce>.item>p>img{
        width: 100% !important;
        height:auto !important;
    }
    .content>.introduce>.item>p>span>img{
        width: 100% !important;
        height:auto !important;
    }
    .content>.introduce>.item>table{
        width: 100% !important;
        display: block;
        overflow-x: auto;
    }
    .content>.introduce>.item>div>p>img{
        width: 100% !important;
        height:auto !important;
    }
    .content>.introduce>.item>div>table{
        width: 100% !important;
    }
    .content>.introduce table{
        width: 100% !important;
    }
}

.main_nav>ul>li {
    float: left;
    width: 100px;
    height: 60px;
    color: white;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.main_nav>ul>li a{
    color: #000;
}
.main_nav>ul>li a{
    list-style: none;
    text-decoration: none;
}

/* 鎮仠寮圭獥DIV */
.main_nav>ul>li>div {
    display: none;
    position: absolute;
    z-index: 100;
    text-align: left;
    /* width: 733.2px; */
    height: 350px;
}

.main_nav>ul>li>a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
}

.main_nav>ul>li>a:hover {
    text-decoration: none;
}
.main_nav>ul>li>div {
    box-sizing: border-box;
    background: white;
    border: 1px solid #C7A271;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 10px 10px;
    height: 350px;
    overflow: hidden;
}
.main_nav>ul #indNavFir {
    background: linear-gradient(180deg, #EA7673, #AF1B16);
    background: -webkit-gradient(liner,0,0,0 100%,from(#EA7673),to(#AF1B16));
    background: -moz-linear-gradient(top,#EA7673,#AF1B16);
    background: -o-linear-gradient(top,#EA7673,#AF1B16);
    background: -ms-lineargradient(#EA7673 0%,#AF1B16 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EA7673",endColorstr="#AF1B16",grandientType=1);
    -ms-filter: progid:DIXmageTransform.Miscrosoft.gradient(startColorstr="#EA7673",endColorstr="#AF1B16",grandientType=1);
}
.main_nav_ul>li>span{
    display: none;
}
.main_nav>ul>li>div>div>ul{
    height: 350px;
    display: flex;
    justify-content: space-around;
    padding: 30px 30px 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
}
.main_nav>ul>li>div>div>ul>li{
    box-sizing: border-box;
    border-right: 1px solid #DDD;
    color: #000;
    display: inline-block;
    width: 132px;
    box-sizing: border-box;
    height: 280px;
    line-height: 18px;
    padding-left: 12px;
    /* height: 282px; */
    vertical-align: top;
}
@media screen and (max-width:750px){
    .main_nav>ul #indNavFir{
        display: none;
    }
    .main_nav>ul>li{
        float: none;
        width: 100%;
        color: #000;
        height: auto;
        position: relative;
    }
    .main_nav_ul>li>p:nth-of-type(2),.main_nav_ul>li>p:nth-of-type(3){
        display: none;
    }
    .main_nav_ul>li>div{
        position: static !important;
        margin: 0 !important;
    }
    .main_nav>ul>li>div{
        border: none;
        height: auto;
        border-radius: 0;
        box-shadow: none;
        background: #fff;
    }
    .main_nav>ul>li>div>div>ul{
        height: auto;
        display: block;
        padding: 0;
        margin: 0;
        white-space: normal;
    }
}
.main_nav>ul:hover #indNavFir {
    background: none ;
    filter: none;
    -ms-filter: none;
}
.main_nav>ul>li:hover {
    background: linear-gradient(180deg, #EA7673, #AF1B16) !important;
    background: -webkit-gradient(liner,0,0,0 100%,from(#EA7673),to(#AF1B16)) !important;
    background: -moz-linear-gradient(top,#EA7673,#AF1B16) !important;
    background: -o-linear-gradient(top,#EA7673,#AF1B16) !important;
    background: -ms-lineargradient(#EA7673 0%,#AF1B16 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EA7673",endColorstr="#AF1B16",grandientType=1);
    -ms-filter: progid:DIXmageTransform.Miscrosoft.gradient(startColorstr="#EA7673",endColorstr="#AF1B16",grandientType=1);
}
@media screen and (min-width:750px){
    .main_nav>ul>li:hover div {
        display: block;
    }
}





.main_nav>ul>li>div>img {
    margin: 30px;
}
.main_nav ul li p{
    font-size: 18px;
    margin-bottom: 0;
    height: 60px;
}
.main_nav>ul>li>div>div>ul>li>a{
    display: block;
    margin-bottom: 30px;
}
.main_nav>ul>li>div>div>ul>li>div>div>ul>li>a{
    margin: 0;
    margin-bottom: 10px;
    display: block;
}

.main_nav>ul>li>div>div>ul>li:last-of-type{
    border-right: none;
}
.main_nav .main_nav_ul li div div ul a>div{
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}
.main_nav .main_nav_ul li div div ul li>div ul li a>div{
    height: 20px;
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

.main_nav>ul>li>div>dl>dt {
    /* width: 73px; */
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;

}

.main_nav>ul>li>div>dl>dd {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 19px;
}

.main_nav>ul>li>div>dl>dd:nth-child(2) {
    margin-top: 35px;
}

.main_nav>ul>li>div>dl>dd>a {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}
.main_nav>ul>li>div>dl>dd>a:hover {
    text-decoration: none;
    color: #BE0000;
}
.main_nav .main_nav_ul>li>div>div>ul>li>div:nth-of-type(1){
    margin-bottom: 30px;
    font-weight: 600;
}   
.main_footer {
    width: 100%;
    background: white
}

.main_footer>.main_footer_body {
    text-align: center;
    color: #666666;
    font-size: 16px;
    height: 250px;
    width: 1280px;
    margin: 0 auto;
    position: relative;
    background: #ffffff
}
.main_nav ul li p>span:nth-of-type(2){
    display: none;
}
@media screen and (max-width:750px){
    .main_nav>ul>li>div>div>ul>li>div>div>ul>li>a{
        margin: 0;
        margin-bottom: 0px;
        display: block;
    }
    .main_nav .main_nav_ul li div div ul li>div ul li a>div{
        font-size: 12px;
        height: 2.5rem;
        line-height: 2.5rem;
    }
    .main_footer>.main_footer_body {
        padding-left: 9.3%;
        padding-top: 5%;
        text-align: center;
        color: #666666;
        font-size: 16px;
        height: 220px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        background: #CA1C1D !important;
    }
    .nav_second_box>li .nav_third_box{
        display: none;
    }
    .main_nav>ul>li:hover {
        background: #fff !important;
    }
    .main_footer{
        overflow: hidden;
    }
    .main_nav .main_nav_ul>li>div>div>ul>li>div:nth-of-type(1){
        margin: 0;
        font-weight: normal;
        display: flex;
        height: 2.5rem;
        line-height: 2.5rem;
        justify-content: space-between;
        padding: 0 10% 0 20%;
        font-size: 12px;
    }
    .main_nav ul li p{
        background-color: #F7F7F7;
        font-size: 14px;
        padding-left: 15%;
        text-align: left;
        height: 2.5rem;
        line-height: 2.5rem;
        border-bottom: 1px solid #eee;
    }
    .main_nav ul li p>span:nth-of-type(2){
        display: block;
    }
    .main_nav>ul>li>span{
        position: absolute;
        top: .3rem;
        right: 10%;
        width: 2rem;
        height: 2rem;
        justify-content: center;
    }
    .main_nav ul li span>img{
        width: 40%;
    }
    .main_nav ul li span>img:nth-of-type(2){
        display: none;
    }
    .main_nav>ul>li>div>div>ul>li{
        width: 100%;
        border: none;
        height: auto;
        padding: 0;
        line-height: normal;
        display: block;
        vertical-align: middle;
        border-bottom: 1px solid #eee;
    }
    .main_nav_ul>li>div>div>ul>li>div:nth-of-type(2)>div>ul>li{
        padding-left: 20%;
        height: 2.5rem;
        line-height: 2.5rem;
        border-top: 1px solid #eee;
    }
}
.main_footer_flex a{
    color: #5f5f5f;
}

.main_footer_flex a,.main_footer_flex p,.main_footer_flex span {
    color: #fff;
    float: left;
}

.main_footer_flex a:hover {
    color: #BE0000;
    text-decoration: none;
}
.main_footer_flex .back_index{
    margin-left: 491px;
}

.main_footer_flex a{
    margin: 0 5px;
}

.main_footer>.main_footer_body>li:first-child{
    font-size: 18px;
    color: #5F5F5F;
    padding-top: 28px;
}

.main_footer_body>li:nth-child(1)>span {
    margin: 0 15px 0 14px;
}

.main_footer>.main_footer_body>li:nth-child(2)>div>span {
    margin: 0 2px 0 2px;
}

.main_footer>.main_footer_body>li:nth-child(1)>p:hover {
    color: #BE0000;
}

.main_footer>.main_footer_body>li:nth-child(2) {
    height: 94px;
    width: 720px;
    margin: 29px 310px 0 260px;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}
/* .main_footer .banquan{
    margin-left: 260px;
} */
.main_footer>.main_footer_body>.kxwz_pic{
    width: 135px;
    height: 66px;
    position: absolute;
    top: 68px;
    left: 1010px;
    background: #000; 
}
.main_footer>.main_footer_body>a>img{
    width: 102px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 25px;
}
@media screen and (min-width:750px){
    .main_nav_ul>li>span{
        display: none  !important;
    }
}
.main_nav_ul>li>div>div>ul>li>div>span:nth-of-type(2){
    display: none !important;
}
@media screen and (max-width:750px){
    .main_footer>.main_footer_body>li:first-child{
        padding-top: 0;
    }
    .nav_second_box>li>div:nth-of-type(2)>div>ul{
        margin-top: 0 !important;
    }
    .main_footer_flex .back_index{
        margin: 0;
        display: block;
        width: 100%;
        text-align: left;
    }
    .main_footer>.main_footer_body>li:nth-child(2){
        width: 100%;
        height: auto;
        margin: 0;
    }
    .main_footer_flex a{
        margin: 0;
        width: 100%;
        text-align: left;
        font-size: 12px;
        margin-top: 1%;
        font-weight:700;
    }
    #banquan{
        margin-bottom: 0;
        font-size: 12px;
    }
    .main_nav_ul>li>div>div>ul>li>div>span:nth-of-type(2){
        display: flex !important;
        justify-content: center;
        width: 2rem;
        height: 2rem;
    }
    .nav_img{
        display: none !important;
    }
}